@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic);


html,body { min-height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}

.content-wrapper,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px; /* attention media queries */
  z-index: 820;
}

@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 10px; /* 100px;*/
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #ccc;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 100px;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
  vertical-align: middle;
  line-height: 100px;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  /*float: right;*/
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 5px;
  /*position: absolute;*/
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    /*margin-top: 100px; margin-top: 5px; */
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-header {
    position: relative;
  }
  .main-header .logo,
  .main-header .navbar {
    width: 100%;
    float: none;
  }
  .main-header .navbar {
    margin: 0;
  }
  .main-header .navbar-custom-menu {
    float: right;
  }

  .content-header > .breadcrumb {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.pull-left {
    float: none!important;
  }
  .navbar-collapse.pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 100px;
  min-height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  font-size: 16px;
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    padding-top: 200px; /*padding-top: 100px;*/
  }
}
@media (max-width: 767px) {
  .main-sidebar,
  .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .main-sidebar,
  .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}
@media (max-width: 767px) {
  .sidebar-open .main-sidebar,
  .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.sidebar {
  padding-bottom: 10px;
}
.sidebar-form input:focus {
  border-color: transparent;
}

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 25px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}
/*
 * Component: Sidebar Mini
 */
@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px!important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px!important;
    z-index: 850;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 4px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: block!important;
    position: absolute;
    width: 180px;
    left: 50px;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
  }
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 44px;
    margin-left: 0;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .sidebar-form,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu,
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right,
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    display: none!important;
    -webkit-transform: translateZ(0);
  }
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 50px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
  }
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 50px;
  }
}
.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
}
.sidebar-menu >li.header {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
}

.sidebar-menu:hover {
  overflow: visible;
}
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}


/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .main-footer {
  margin-left: 0;
}
@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .sidebar-collapse .content-wrapper,
  .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}
.content-wrapper {
  min-height: 100%;
  background-color: #E5E5E5; /*#ecf0f5;*/
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}

/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
}

/* General Links */
a {
  color: #000000;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #d73925;
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}

.bg-red,
.bg-red-oplid,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-orange-cat,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}

.bg-red-oplid {
  background-color: #ff7143;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}

.bg-orange-cat {
  background-color: #e64a19 !important;
}

.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn[class*='bg-']:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 100px rgba(0,0,0,0.2);
}

.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #d2d6de !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}


/* letter search */

.btn-toolbar {
    padding-bottom: 20px;
    text-align: center;
}

.btn-group {
  float: none!important;
}

 .btn-group-sm > .btn {
  font-size: 20px;
 }

.row-padding-bottom {
  padding-bottom: 20px;
}

.row-padding-top {
  padding-top: 20px;
}

.padding-right {
    padding-right: 5px;
}

/* Card Styles */

.card {
  background-color: #fff;
  overflow: hidden;
  font-family: 'Open Sans Condensed', sans-serif;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card_thumb {
  overflow: hidden;
  background-color: #000;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.card_thumb img {
  display: block;
  opacity: 1;
  max-height: 300px;
  max-width: 100%
  transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.card_thumb_pos {
  position: relative;
}
/* .card:hover .card_thumb {
  height: 130px;
} */

.card .card_thumb:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card_date {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  background-color: #e64a19;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;

}
.card_date_day {
  font-size: 12px;
}
.card_date_month {
  text-transform: uppercase;
  font-size: 12px;
}

.card_body {
  position: relative;
  padding: 20px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.card_category {
  position: absolute;
  top: -25px;
  left: 0;
  height: 25px;
  padding: 0 15px;
  background-color: #e64a19;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;

}

.card_category a {
  color: #ffffff;
  text-decoration: none;
}

.card_category:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #02B322;
}

.card_title {
  margin: 0;
  padding: 0 0 10px 0;
  color: #313538;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}

.card_title a {
    color: #313538;
}

.card_title:hover a {
    color: #d73925;
}


.card_subtitle {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 20px;
  color: #ff5722;
}

.card_meta:after, .card_description:after {
    height: 1.5px;
    content: " ";
    text-shadow: none;
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 2px;
  font-size: 15px;
}
.icon + .icon {
  padding-left: 10px;
}

.card_description {
  margin: 0;
  padding: 0;
  color: #666C74;
  line-height: 33px;
  font-size: 17px;
  padding-top:15px;
}

.card_footer {
  bottom: 12px;
  left: 20px;
  right: 20px;
  font-size: 15px;
  color: #A3A9A2;
}

.card_author {
    background-color: #f2f2f0;
    padding: 10px;
    line-height: 50px;
}

.card_author_info {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;


}

.card_author_text {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #313538;
    vertical-align: middle;
    padding: 10px;
}

.card_info {
    background-color: #ff7043;
    line-height: 50px;
    padding: 10px;
}

.card_info_icon,  .card_info_text {
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}


.tpc-img-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 450px;
}

.tpc-img-content {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

.tpc_desc {
  border-top: 5px solid #ff7043;
  z-index: 9999;
  margin-top: -5%;
  position: relative;
}

.tpc_category_name {
  font-size: 40px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 60px;
  vertical-align: middle;
}

.author-profile-image {
  position: relative;
  width: 100%;
}

.image-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:center;
}

.image-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.image-container img {
    vertical-align: middle;
    display: inline-block;
}


.author-container{
  position: absolute;
  top: 65%;
  bottom: 0;
  left: 0;
  right: 0;
}

.author-container {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.author-container h3{
  color:#FFFFFF;
  vertical-align: middle;
  display: inline-block;
}

.author-stats {
  overflow: hidden;
  width: 30%;
  margin: 0 auto;
}

.author-profile-mu {
  margin: 0 auto;
  width: 80%;
  padding: 7px;
  color: #FFFFFF;
  background-color: #ebeff2;
  font-size: 18px;
  font-weight: 800;
}

.author-profile-mu a {
  color: #575d75;
}

.author-profile-mu a:hover {
  color: #e64a19;
}

.author-profile-info {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid #ff7043;
}

.white {
  background-color: #FFFFFF;
}

.mu-dsc-box {
  margin-top: -50px;
}

.su-dsc-box {
  margin-top: -20px;

}

.mu-info {
  display: block;
  font-weight: 300;
  font-size: 40px;
  padding: 20px;
  height: 155px;
}

.mu-title {
  vertical-align: middle;
}

.mu-date {
  width: 80px;
  height: 80px;
  padding-top: 7px;
  background-color: #e64a19;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 13px;
  display: inline-table;
}

.mu-date-day, .mu-date-month {
  font-size: 20px;
  display: block;
  padding: 3px;
  line-height: 25px;
}

.padding-top {
  padding-top: 30px;
}


.btn.btn-flat {
  border-radius: 0px;
  box-shadow: none;
  border-width: 1px;
}

.bg-red-oplid, .bg-orange-cat {
  font-size: 35px;
  padding: 20px;
}

.panel {
  border:0px;
  webkit-box-shadow: none;
  box-shadow: none;
}
.mu-main-info, .mu-target-group, .mu-tags {
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  line-height: 35px;
  text-align: justify;
}

.mu-main-info {font-weight: 700;}

.mu-target-group-icon, .mu-tags-icon {
  font-size: 30px;
  text-align: left;
  display: block;
  padding-bottom: 20px;
  color: #e64a19;
}

.mu-target-group-title, .mu-tags-title {
  font-weight: 700;
  line-height: 35px;
  color: #000000;
  padding-left: 10px;:
}

.no-padding-r {
  padding-right: 0px;
}


.no-padding-l {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .no-padding-r { padding-right: 15px;}
  .no-padding-l {padding-left: 15px!important;}
}

@media (max-width: 991px) {
  .no-padding-r { padding-right: 15px;}
  .no-padding-l {padding-left: 15px!important;}
}

.suite-wrapper {
position: absolute;
left: 230px;
top: 0;
bottom: 0;
min-height: 100%;

}

.suite-info {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color:#990000;
    padding:10px;
    color:#efefef;
}

.suite-mu-title {
  font-size: 30px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  padding: 15px;
  background-color: #FF6B3C;
}

.list_mu_author_info {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
}


.suite-count {
  background-color: #49506a;
  width: 100%;
}

.suite-count-text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 23px;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
}

/*-- MU Timeline --*/

.padding-timeline {
  padding: 20px;
}

.timeline-back {
background-color: #e8ecf6;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #40475a;
  left: 25px;
  margin-right: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: calc( 100% - 60px );
  float: right;
  padding: 15px;
  position: relative;
}

.timeline-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 800;
  font-size:20px;
  color: #4C5876;
}

.timeline-body {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #8F97A9;
}

.active-timeline {
  color: #e64a19;
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0px;
  margin-right: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline-badge.success {
  background-color: #69b973!important;
}

.timeline-badge.info {
  background-color: #e64a19 !important;
}

/*@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {

.mu-main-info, .mu-target-group, .mu-tags {
  font-size: 15px;
}

.mu-target-group-icon, .mu-tags-icon {
    font-size: 18px;
}

.bg-red-oplid, .bg-orange-cat {
  font-size: 20px;
  padding: 10px;
  }

}*/


/* Author Card Styles */

.card_author_footer {
  font-size: 15px;
  color: #A3A9A2;
  text-align: center;
}

.card_list_author {
    background-color: #f2f2f0;
    padding: 20px;
    line-height: 30px;
    border-top: 3px solid #b22f06;
}

.card_list_author_info {
  display: inline-block;
  padding-top: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
}

.card_list_author_name {
  font-size: 25px;
  font-weight: 700;
  color: #131b3c;
  vertical-align: middle;
  padding: 10px;
}

.card_list_author_prof {
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #505768;
  vertical-align: middle;
  padding: 10px;
  line-height: 0px;
}

.card_list_author_bt {
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  padding: 15px;
  background-color: #D8D8D7;
  color: #727272;
  margin-top: 20px;
  width: 50%;
  text-align: center;
}

.card_list_author_bt a {
  color: #727272;
  text-decoration:none;
}

.card_list_author_bt a:hover {
  color: #727272;
  text-decoration:underline;
}

.card_list_author_info_icon,  .card_list_author_info_text {
  font-family: 'Open Sans Condensed', sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.author_social {
  float: right;
  font-size: 25px;
  color: #d0d0d0;
  padding-right:10px;

}

/* Author Card Styles */


/* Topic Card Styles */

.card_tpc_view_pos {
  position: relative;
}

.card_tpc_view {
  position: absolute;
  top: -25px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #e64a19;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;


}
.card_tpc_view_text {
  font-size: 15px;
  line-height: 48px;
  display: inline-block;
  vertical-align: middle;
}

.card_tpc_name {
    background-color: #f2f2f0;
    padding: 10px;
    line-height: 50px;
}

.card_tpc_name_text {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #313538;
    vertical-align: middle;
    padding: 10px;
}

.card_info_tpc_text {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #FFFFFF;
}

/* End Topic */

.no-padding { padding: 0px; }
.only-top {
  padding-top: 20px;
}

.only-bottom {
  padding-bottom: 20px;
}

.border_up {
  border-top: 2px solid #e4e4e4;
}

.margin-top {
  margin-top:20px;
}

.tpc_category_dsc {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 25px;

}
.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}
.callout.callout-info {
    border-color: #0097bc;
}

.mfa-inverse {
    color: #00c0ef;
}

.callout h4 {
  margin-top: 0;
  font-weight: 600;
  font-size: 25px;
}
.callout p:last-child {
    margin-bottom: 0;
    font-size: 20px;
}

.minhm {
  min-height: 800px;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 87;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/* Boxes */

.pad {
    padding-bottom: 10px;
    min-height: 250px;
    max-height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-shadow {
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-search-header {
  display: block;
  padding: 5px;
}

.cat-btn, .lang-btn {
  color: #FFFFFF;
}

.cat-btn:hover, .lang-btn:hover {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background-color: #0245DD !important;
}

.search-title {
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-danger {
  border-top-color: #e74c3c;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-widget {
    border: none;
    position: relative;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}

.box-comments {
    background: #f7f7f7;
    padding: 10px;
}

.box-id {
  font-size: 20px;
  font-weight: bold;
}

.user-block .username {
    font-size: 18px;
    font-weight: 600;
}

.user-block .username, .user-block .description, .user-block .comment {
    display: block;
    margin-left: 50px;
}

.user-block img {
    width: 40px;
    height: 40px;
    float: left;
}

.user-block .img-circle {
  font-size: 50px;
  float: left;
}

/* Small Boxes */

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #FFFFFF;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3, .small-box p {
    z-index: 5;
}

.small-box h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box a {
  color:#FFFFFF;
}

.small-box a:hover {
  color:#89EA31;
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 70px;
    color: rgba(0,0,0,0.15);
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}

.bg-orange-cat-small-box {
  background-color: #e64a19 !important;
}

/* User Profile Widget */

.widget-user .box-footer {
    padding-top: 30px;
}

.widget-user .widget-user-header {
    padding: 20px;
    height: 120px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.widget-topic-header{
  padding: 20px;
  height: 220px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.widget-user .widget-user-username {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.widget-user .widget-user-image {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -45px;
}

.widget-user .widget-user-image>img {
    width: 90px;
    height: auto;
    border: 3px solid #fff;
}

.img-circle {
    border-radius: 50%;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block>.description-header {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
}

.description-block>.description-text {
    text-transform: uppercase;
}

.breadcrumb>li {
    font-size: 16px;
}

/* panel Suite */

.panel-title {
  font-size:18px;
  font-weight: 400;
  line-height: 25px;
}
